home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue34 / real3d / _setup.1 / Unit1.dfm / Unit1.txt < prev   
Encoding:
Text File  |  1998-04-01  |  2.3 KB  |  90 lines

  1. object Form1: TForm1
  2.   Left = 452
  3.   Top = 287
  4.   Width = 408
  5.   Height = 327
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   OnMouseMove = FormMouseMove
  16.   OnPaint = FormPaint
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object View3D1: TView3D
  21.     Ambient.Red = 255
  22.     Ambient.Green = 255
  23.     Ambient.Blue = 255
  24.     Background.Red = 0
  25.     Background.Green = 0
  26.     Background.Blue = 255
  27.     Cull = True
  28.     Eye.Z = -150.000000000000000000
  29.     Fill = Solid
  30.     Fog.Back = 300.000000000000000000
  31.     Fog.Color.Red = 0
  32.     Fog.Color.Green = 0
  33.     Fog.Color.Blue = 0
  34.     Fog.Front = 150.000000000000000000
  35.     Fog.Mode = Linear
  36.     Fog.State = True
  37.     Lights.Light1.Azimuth = 140.000000000000000000
  38.     Lights.Light1.Color.Red = 255
  39.     Lights.Light1.Color.Green = 255
  40.     Lights.Light1.Color.Blue = 255
  41.     Lights.Light1.State = True
  42.     Lights.Light2.Color.Red = 0
  43.     Lights.Light2.Color.Green = 0
  44.     Lights.Light2.Color.Blue = 0
  45.     Lights.Light2.State = False
  46.     Lights.Light3.Color.Red = 0
  47.     Lights.Light3.Color.Green = 0
  48.     Lights.Light3.Color.Blue = 0
  49.     Lights.Light3.State = False
  50.     Lights.Light4.Color.Red = 0
  51.     Lights.Light4.Color.Green = 0
  52.     Lights.Light4.Color.Blue = 0
  53.     Lights.Light4.State = False
  54.     Lights.Light5.Color.Red = 0
  55.     Lights.Light5.Color.Green = 0
  56.     Lights.Light5.Color.Blue = 0
  57.     Lights.Light5.State = False
  58.     Lights.Light6.Color.Red = 0
  59.     Lights.Light6.Color.Green = 0
  60.     Lights.Light6.Color.Blue = 0
  61.     Lights.Light6.State = False
  62.     Lights.Light7.Color.Red = 0
  63.     Lights.Light7.Color.Green = 0
  64.     Lights.Light7.Color.Blue = 0
  65.     Lights.Light7.State = False
  66.     Lights.Light8.Color.Red = 0
  67.     Lights.Light8.Color.Green = 0
  68.     Lights.Light8.Color.Blue = 0
  69.     Lights.Light8.State = False
  70.     Shade = Smooth
  71.     Size.Bottom = 0
  72.     Size.Height = 300
  73.     Size.Left = 0
  74.     Size.Width = 400
  75.     Volume.Angle = 45.000000000000000000
  76.     Volume.Back = 1000.000000000000000000
  77.     Volume.Front = 1.000000000000000000
  78.     Volume.Projection = Perspective
  79.     Volume.Scale = 20.000000000000000000
  80.     Left = 136
  81.     Top = 88
  82.   end
  83.   object Timer1: TTimer
  84.     Interval = 10
  85.     OnTimer = Timer1Timer
  86.     Left = 152
  87.     Top = 224
  88.   end
  89. end
  90.